home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 21 / PC Format CD-ROM Collection 21 (1995-12)(Future Publishing)(GB)[issue 51].iso / magic / winworld.dir / 00596_Script_596 < prev    next >
Text File  |  1995-06-30  |  493b  |  22 lines

  1. on exitframe
  2.   
  3.   global printer
  4.   printer(mReset)
  5.   printer(mRegister,"11048424-493")
  6.   
  7.   if printer(mDoJobSetup) = true then
  8.     updatestage
  9.     printer(mSetProgressMsg,"Poster coming up! Press command-period to stop")
  10.     
  11.     printer(mPrint,the picture of cast 68)
  12.   else
  13.     Alert "Printing canceled at your request"
  14.   end if 
  15.   
  16.   
  17.   if objectP(printer) = false then
  18.     Alert "There is no currently selected printer. Printing features are disabled."
  19.   end if
  20. end
  21.  
  22.